FlexReport for WinForms
Move メソッド (ReportObjectCollection<TItem>)


C1.Win.FlexReport.4.5.2 アセンブリ > C1.Win.FlexReport 名前空間 > ReportObjectCollection<TItem> クラス : Move メソッド
現在のインデックス。
新しいインデックス。
indexのインデックスを持つ項目を newIndexで指定された新しい位置に移動します。
シンタックス
'宣言
 
Public Sub Move( _
   ByVal index As System.Integer, _
   ByVal newIndex As System.Integer _
) 
'使用法
 
Dim instance As ReportObjectCollection(Of TItem)
Dim index As System.Integer
Dim newIndex As System.Integer
 
instance.Move(index, newIndex)
public void Move( 
   System.int index,
   System.int newIndex
)

パラメータ

index
現在のインデックス。
newIndex
新しいインデックス。
参照

ReportObjectCollection<TItem> クラス
ReportObjectCollection<TItem> メンバ